We can make the stage move both directions.
- Drag in a Left Key event.
- Model it after the Right Key event, except moving in the opposite direction.
- The stage and goal should .move_right() when the Left Arrow key is pressed.
To navigate the page using the TAB key, first press ESC to exit the code editor.